home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gnome-vfs-2.0 / libgnomevfs / gnome-vfs-mime-info-cache.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-01  |  1.3 KB  |  40 lines

  1. /* gnome-vfs-mime-info-cache.h
  2.  *
  3.  * Copyright (C) 2004 Red Hat, Inc
  4.  *
  5.  * The Gnome Library is free software; you can redistribute it and/or
  6.  * modify it under the terms of the GNU Library General Public License as
  7.  * published by the Free Software Foundation; either version 2 of the
  8.  * License, or (at your option) any later version.
  9.  *
  10.  * The Gnome Library is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.  * Library General Public License for more details.
  14.  *
  15.  * You should have received a copy of the GNU Library General Public
  16.  * License along with the Gnome Library; see the file COPYING.LIB.  If not,
  17.  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  18.  * Boston, MA 02111-1307, USA. 
  19.  */
  20.  
  21. #ifndef GNOME_VFS_DISABLE_DEPRECATED
  22.  
  23. #ifndef GNOME_VFS_MIME_INFO_CACHE_H
  24. #define GNOME_VFS_MIME_INFO_CACHE_H
  25.  
  26. #include <glib.h>
  27.  
  28. G_BEGIN_DECLS
  29.  
  30. #define DESKTOP_ENTRY_GROUP "Desktop Entry"
  31.     
  32. GList              *gnome_vfs_mime_get_all_desktop_entries (const char *mime_type);
  33. gchar              *gnome_vfs_mime_get_default_desktop_entry (const char *mime_type);
  34.  
  35. G_END_DECLS
  36.  
  37. #endif /* GNOME_VFS_MIME_INFO_CACHE_H */
  38.  
  39. #endif /* GNOME_VFS_DISABLE_DEPRECATED */
  40.